home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / ColorSync 2.5.1 SDK / Sample Code / CSDemo 2.5 / ShellSources / appPrint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-09  |  617 b   |  27 lines  |  [TEXT/CWIE]

  1.  
  2. #ifndef _APPPRINT_
  3. #define _APPPRINT_
  4.  
  5. #if PIGS_SHELL_PRINT
  6.  
  7. #ifndef _WIN_
  8. #include "win.h"
  9. #endif
  10.  
  11.  
  12. /**\
  13. |**| ==============================================================================
  14. |**| PUBLIC FUNCTION PROTOTYPES
  15. |**| ==============================================================================
  16. \**/
  17. void    DoAppPageSetupCommand    ( winHandle win ) ;
  18. void    DoAppPrintCommand        ( winHandle win ) ;
  19. void    DoAppPrintOneCommand    ( winHandle win ) ;
  20. OSErr    DoAppGetPrintStrutures    ( winHandle win ) ;
  21. OSErr    DoAppGetPageSize        ( winHandle win, Rect *pageRect ) ;
  22. OSErr    DoAppPrintLoop            ( winHandle win ) ;
  23.  
  24.  
  25. #endif
  26.  
  27. #endif